// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Shucked','Forrest Theatre','Philadelphia, PA','Tuesday','4/21/2026','7:30 PM','7063803','Shucked-4-21-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Wednesday','4/22/2026','7:30 PM','7063810','Shucked-4-22-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Thursday','4/23/2026','7:30 PM','7063813','Shucked-4-23-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Friday','4/24/2026','7:30 PM','7063815','Shucked-4-24-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Saturday','4/25/2026','1:30 PM','7063817','Shucked-4-25-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Saturday','4/25/2026','7:30 PM','7063819','Shucked-4-25-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Sunday','4/26/2026','1:00 PM','7063821','Shucked-4-26-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Sunday','4/26/2026','6:30 PM','7063823','Shucked-4-26-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Tuesday','4/28/2026','7:30 PM','7063808','Shucked-4-28-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Wednesday','4/29/2026','1:30 PM','7063809','Shucked-4-29-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Wednesday','4/29/2026','7:30 PM','7063812','Shucked-4-29-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Thursday','4/30/2026','7:30 PM','7063814','Shucked-4-30-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Friday','5/1/2026','7:30 PM','7063816','Shucked-5-1-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Saturday','5/2/2026','1:30 PM','7063818','Shucked-5-2-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Saturday','5/2/2026','7:30 PM','7063820','Shucked-5-2-2026'],['Shucked','Forrest Theatre','Philadelphia, PA','Sunday','5/3/2026','1:00 PM','7063822','Shucked-5-3-2026'],['Chicago - The Musical','Forrest Theatre','Philadelphia, PA','Tuesday','5/12/2026','7:30 PM','7166048','Chicago---The-Musical-5-12-2026'],['Chicago - The Musical','Forrest Theatre','Philadelphia, PA','Wednesday','5/13/2026','1:30 PM','7166050','Chicago---The-Musical-5-13-2026'],['Chicago - The Musical','Forrest Theatre','Philadelphia, PA','Wednesday','5/13/2026','7:30 PM','7166049','Chicago---The-Musical-5-13-2026'],['Chicago - The Musical','Forrest Theatre','Philadelphia, PA','Thursday','5/14/2026','7:30 PM','7166051','Chicago---The-Musical-5-14-2026'],['Chicago - The Musical','Forrest Theatre','Philadelphia, PA','Friday','5/15/2026','7:30 PM','7166052','Chicago---The-Musical-5-15-2026'],['Chicago - The Musical','Forrest Theatre','Philadelphia, PA','Saturday','5/16/2026','1:30 PM','7073573','Chicago---The-Musical-5-16-2026'],['Chicago - The Musical','Forrest Theatre','Philadelphia, PA','Saturday','5/16/2026','7:30 PM','7166047','Chicago---The-Musical-5-16-2026'],['Chicago - The Musical','Forrest Theatre','Philadelphia, PA','Sunday','5/17/2026','1:00 PM','7166053','Chicago---The-Musical-5-17-2026']],'Forrest Theatre','http://www.ticketnetwork.com/ticket/Forrest-Theatre-events.aspx');